Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deco/routes/live/previews/[...block].tsx>render

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Go to Latest
variable render
import { render } from "https://deno.land/x/deco@1.35.3/routes/live/previews/[...block].tsx";

type

(
previewUrl: string,
props: any,
req: Request,
ctx: HandlerContext<unknown, LiveConfig<unknown, LiveState>>,
) => unknown